home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / BACKUP / WIMATK20.ZIP;1 / WINIMARC.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-02  |  310 b   |  13 lines

  1. #include <windows.h>
  2. #include <windowsx.h>
  3.                    
  4. #ifndef WIN32
  5. int FAR PASCAL LibMain(HANDLE hInstance,WORD wDataSeg, // Pompe sur Petzold
  6.                        WORD wHeapSize,LPSTR lpszCmdLine)
  7. {
  8.   if (wHeapSize > 0)
  9.     UnlockData(0);
  10.   return 1;  
  11. }                       
  12. #endif
  13.